home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 41 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.nic.surfnet.nl!sun4nl!xs4all!usenet
  2. From: muaddib@xs4all.nl (thomas)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: opening muimaster.library from another lib
  5. Date: 1 Jan 1996 20:13:06 GMT
  6. Organization: XS4ALL, networking for the masses
  7. Message-ID: <621.6574T1181T1758@xs4all.nl>
  8. References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com> <30e835db@lls.se>
  9. NNTP-Posting-Host: undiscovered.xs4all.nl
  10. X-Newsreader: THOR 2.2 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. >In a message of 31 Dec 95, Steve wrote:
  13.  
  14. >I don't quite like having such "heavy" init in LibInit I must say. What
  15. >about moving it to UserLibOpen, protecting it with Semaphores (see
  16. >datatypes example. Watch out for the expunge bug if you look at the RKM
  17. >examples). I don't know if that would solve the problem, but I'd say its a
  18. >good thing anyway (not only for the reason mentioned above). ;)
  19.  
  20. But this means everytime a program opens the library, the libraries this
  21. library uses will be reopened, this, I believe, can cause serious problems
  22. when you open a library which allocates a new base for every user.
  23.  
  24. thomas
  25.  
  26.